2006-01-14 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkentry.c (gtk_entry_drag_data_received): Remove
+ an unused variable.
+
* gtk/gtkiconfactory.c (get_default_icons): Register RTL
versions of the indent and unindent icons. (#326857,
Itai Bar-Haim)
2006-01-14 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkentry.c (gtk_entry_drag_data_received): Remove
+ an unused variable.
+
* gtk/gtkiconfactory.c (get_default_icons): Register RTL
versions of the indent and unindent icons. (#326857,
Itai Bar-Haim)
+2006-01-14 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/Makefile.am (HTML_IMAGES):
+ * gtk/tmpl/gtkstock.sgml: Add rtl variants of indent
+ and unindent icons.
+
2006-01-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add gtk_widget_get_action,
$(top_srcdir)/gtk/stock-icons/24/gtk-help.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-home.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-index.png \
- $(top_srcdir)/gtk/stock-icons/24/gtk-indent.png \
- $(top_srcdir)/gtk/stock-icons/24/gtk-unindent.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-indent-ltr.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-indent-rtl.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-unindent-ltr.png \
+ $(top_srcdir)/gtk/stock-icons/24/gtk-unindent-rtl.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-italic.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-jump-to-ltr.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-jump-to-rtl.png \
<!-- ##### MACRO GTK_STOCK_INDENT ##### -->
<para>
The "Indent" item.
-<inlinegraphic fileref="gtk-indent.png" format="PNG"></inlinegraphic>
+<inlinegraphic fileref="gtk-indent-ltr.png" format="PNG"></inlinegraphic>
+RTL variant
+<inlinegraphic fileref="gtk-indent-rtl.png" format="PNG"></inlinegraphic>
</para>
@Since: 2.4
<!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
<para>
The "Unindent" item.
-<inlinegraphic fileref="gtk-unindent.png" format="PNG"></inlinegraphic>
+<inlinegraphic fileref="gtk-unindent-ltr.png" format="PNG"></inlinegraphic>
+RTL variant
+<inlinegraphic fileref="gtk-unindent-rtl.png" format="PNG"></inlinegraphic>
</para>
@Since: 2.4
guint time)
{
GtkEntry *entry = GTK_ENTRY (widget);
- GtkEntryPrivate *priv = GTK_ENTRY_GET_PRIVATE (widget);
GtkEditable *editable = GTK_EDITABLE (widget);
gchar *str;